ANativeWindow_tryAllocateBuffers

Provides a hint to the window that buffers should be preallocated ahead of time. Note that the window implementation is not guaranteed to preallocate any buffers, for instance if an implementation disallows allocation of new buffers, or if there is insufficient memory in the system to preallocate additional buffers

Available since API level 30.

extern (C)
static if(__ANDROID_API__ >= 30)
void
ANativeWindow_tryAllocateBuffers

Meta